home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / bbsdemo / s / zoo.scp < prev   
Encoding:
Text File  |  1996-07-16  |  522 b   |  23 lines

  1. ;EXCELSIOR! Archive Converter
  2. ;
  3. ;If low memory, change "RAM:" to a hard-drive partition with room!
  4. ;
  5. ;Edit lz command line if you prefer a different archive, this is an example
  6. ;for "lz (.lha)" format
  7. ;
  8. ;Change "s:yourbbsadhere" to the path and filename of a text file for your bbs
  9.  
  10.  
  11. .KEY NEWFILE,NEWDIR,OLDFILE
  12. .BRA «
  13. .KET »
  14.  
  15. cd ram:
  16. makedir «NEWDIR»
  17. cd «NEWDIR»
  18. zoo >nil: <nil: xSO// "«OLDFILE»"
  19. protect #? +rwed all
  20. lha >nil: <nil: -2 -a -m -r -X -x  a "«NEWFILE»" #? s:yourbbsadhere
  21. cd /
  22. delete ram:«NEWDIR» ALL QUIET
  23.